ConnectionStateCallback typedef

ConnectionStateCallback = void Function(ConnectionStateType state, ConnectionChangedReason reason)

Implementation

typedef ConnectionStateCallback = void Function(
    ConnectionStateType state, ConnectionChangedReason reason);