KeyboardEvent constructor

KeyboardEvent({
  1. OnLogCallback? onLog,
})

Implementation

KeyboardEvent({
  this.onLog,
}) {
  _channel.setMethodCallHandler(_callbackHandler);
}