pumpAndSettle method

Future<void> pumpAndSettle()

Implementation

Future<void> pumpAndSettle() async {
  await tester.waitForAssets();
  await tester.pumpAndSettle();
}