pdf_signature/test/features/step/the_user_opens_the_document...

7 lines
180 B
Dart

import 'package:flutter_test/flutter_test.dart';
/// Usage: the user opens the document
Future<void> theUserOpensTheDocument(WidgetTester tester) async {
// Logic only: no-op
}