ReconnectingCallback typedef
ReconnectingCallback =
void Function({Exception? error})
Implementation
typedef ReconnectingCallback = void Function({Exception? error});
typedef ReconnectingCallback = void Function({Exception? error});