keyboardEventListener typedef
keyboardEventListener =
void Function(KeyEvent keyEvent)
An implementation of WinhookerPlatform that uses method channels.
Implementation
typedef keyboardEventListener = void Function(KeyEvent keyEvent);