onReconnect property

Future<void> Function()? onReconnect
getter/setter pair

Called after a successful reconnection, re-authentication, and re-subscription to all active collections.

Implementation

Future<void> Function()? onReconnect;