connectionState property

  1. @override
Stream<BluetoothConnectionState> get connectionState
override

The current connection state of our app to the device

Implementation

@override
Stream<BluetoothConnectionState> get connectionState =>
    connectionStateController.stream;