dispose method

void dispose()

Dispose the plugin and clean up resources

Implementation

void dispose() {
  TypeMatePlatform.instance.removeTextFieldFocusListener();
  _textFieldFocusedController.close();
  _textFieldUnfocusedController.close();
  _isInitialized = false;
}