onreconnected abstract method
Registers a handler that will be invoked when the connection successfully reconnects.
callback
The handler that will be invoked when the connection successfully reconnects.
Implementation
void onreconnected(void Function(String? connectionId) callback);