KeyEventManager constructor
- @Deprecated('No longer supported. Once RawKeyEvent is removed, will no longer be needed. ' 'This feature was deprecated after v3.18.0-2.0.pre.')
- HardwareKeyboard _hardwareKeyboard,
- RawKeyboard _rawKeyboard
Create an instance.
This is typically only called by ServicesBinding.
Implementation
@Deprecated(
'No longer supported. Once RawKeyEvent is removed, will no longer be needed. '
'This feature was deprecated after v3.18.0-2.0.pre.',
)
KeyEventManager(this._hardwareKeyboard, this._rawKeyboard);