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();
}