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