menu
flutterware package
documentation
flutter_test.dart
AppTest
pumpAndSettle method
pumpAndSettle method
dark_mode
light_mode
pumpAndSettle
method
Future
<
void
>
pumpAndSettle
(
)
Implementation
Future<void> pumpAndSettle() async { await tester.waitForAssets(); await tester.pumpAndSettle(); }
flutterware package
documentation
flutter_test
AppTest
pumpAndSettle method
AppTest class