invokeKey method

Future<bool> invokeKey(
  1. Map<String, dynamic> keyCode
)

Implementation

Future<bool> invokeKey(Map<String, dynamic> keyCode) {
  return Future.error(
      'invokeKey() has not been implemented on this platform yet.');
}