pdf_signature/test/features/step/the_app_ui_theme_is.dart

8 lines
218 B
Dart

import 'package:flutter_test/flutter_test.dart';
/// Usage: the app UI theme is {"<theme>"}
Future<void> theAppUiThemeIs(
WidgetTester tester, String param1, dynamic theme) async {
throw UnimplementedError();
}