connectionStateChanged property

(dynamic Function(ConnectionStateType, ConnectionChangedReason)?) connectionStateChanged
final

Occurs when the network connection state changes.

Implementation

final Function(ConnectionStateType, ConnectionChangedReason)?
    connectionStateChanged;