invokeKey method
Implementation
Future<void> invokeKey(KeyRecording keyCode) async {
return Future.error(
'invokeKey() has not been implemented on this platform yet.');
}
Future<void> invokeKey(KeyRecording keyCode) async {
return Future.error(
'invokeKey() has not been implemented on this platform yet.');
}