KeyboardUtils constructor

KeyboardUtils()

Implementation

KeyboardUtils() {
  if (!kIsWeb) {
    _keyboardSubscription ??= _eventChannel.receiveBroadcastStream().listen(_onKeyboardListener);
  }
}