holdKey method

Future<void> holdKey(
  1. KeyRecording keyCode
)

Implementation

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