isConnected property
bool
get
isConnected
Whether the DCUtR handshake has reached the connected state.
Implementation
bool get isConnected => _stateMachine.isConnected;
Whether the DCUtR handshake has reached the connected state.
bool get isConnected => _stateMachine.isConnected;