KeyEventManager constructor

  1. @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(
  1. HardwareKeyboard _hardwareKeyboard,
  2. 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);