unsubscribe property

Future<void> Function() unsubscribe
final

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;