unsubscribe property
Removes this subscription only. The WebSocket stays open so other subscriptions
keep receiving events — call Realtime.disconnect() to tear the connection down.
Implementation
final Future<void> Function() unsubscribe;
Removes this subscription only. The WebSocket stays open so other subscriptions
keep receiving events — call Realtime.disconnect() to tear the connection down.
final Future<void> Function() unsubscribe;