handleKeyUpEvent method
Gives text input chance to respond to unhandled key up event.
Implementation
Future<void> handleKeyUpEvent(LogicalKeyboardKey key) async {
await _keyHandler?.handleKeyUpEvent(key);
}
Gives text input chance to respond to unhandled key up event.
Future<void> handleKeyUpEvent(LogicalKeyboardKey key) async {
await _keyHandler?.handleKeyUpEvent(key);
}