dispose method
void
dispose()
Cleans up resources used by the plugin.
Should be called when the chat functionality is no longer needed,
e.g., in the dispose
method of a widget state.
Implementation
void dispose() {
throw UnimplementedError('dispose() has not been implemented.');
}