onConnectionStateChanged property
Stream<BluetoothConnectionState>
get
onConnectionStateChanged
Stream triggered when connection state changes
Implementation
Stream<BluetoothConnectionState> get onConnectionStateChanged => _connectionStateController.stream;