onReconnect property
Called after a successful reconnection, re-authentication, and re-subscription to all active collections.
Implementation
Future<void> Function()? onReconnect;
Called after a successful reconnection, re-authentication, and re-subscription to all active collections.
Future<void> Function()? onReconnect;