removeKeyEventListener method

void removeKeyEventListener()

Removes the key event listener by removing the handler from the keyboard service.

Implementation

void removeKeyEventListener() {
  ServicesBinding.instance.keyboard.removeHandler(_onKeyEvent);
}