dispose method

void dispose()

Implementation

void dispose() {
  tester.binding.defaultBinaryMessenger.setMockMessageHandler(SystemChannels.textInput.name, null);
  _keyboardHeightController.dispose();
}