Releases any resources (subscriptions, clients) held for path.
path
Called when the chat page is disposed.
@override void dispose(String path) { _subscriptions.remove(path)?.close(); }