typeSequence method
Sends all events defined by keys
in the exact order they are configured.
Implementation
@override
Future<void> typeSequence(PageLoaderKeyboard keys) async {
await syncFn(() async => _retryWhenStale(() async => _typeSequence(keys)));
}