tapSpace method
Implementation
void tapSpace(Finder finder) {
final element = finder.evaluate();
if (element == null) {
throw StateError('No widget found');
}
sendSpace();
}
void tapSpace(Finder finder) {
final element = finder.evaluate();
if (element == null) {
throw StateError('No widget found');
}
sendSpace();
}