tapAndPump function

dynamic tapAndPump(
  1. Finder finder
)

Implementation

tapAndPump(Finder finder) async {
  await currentWorld.tester.tap(finder);
  await currentWorld.tester.pumpAndSettle();
}