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