invokeKey method

Future<void> invokeKey(
  1. KeyRecording keyCode
)

Implementation

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