dispose abstract method

void dispose(
  1. String path
)

Releases any resources (subscriptions, clients) held for path.

Called when the chat page is disposed.

Implementation

void dispose(String path);