pdf_signature/test/features/step/the_user_selects_the_theme....

7 lines
210 B
Dart

import 'package:flutter_test/flutter_test.dart';
/// Usage: the user selects the "<theme>" theme
Future<void> theUserSelectsTheTheme(WidgetTester tester, dynamic theme) async {
throw UnimplementedError();
}