pdf_signature/test/features/step/the_app_language_is.dart

8 lines
225 B
Dart

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