pdf_signature/test/features/step/the_app_launches.dart

7 lines
167 B
Dart

import 'package:flutter_test/flutter_test.dart';
/// Usage: the app launches
Future<void> theAppLaunches(WidgetTester tester) async {
throw UnimplementedError();
}