getConnectState property

Stream getConnectState

getConnectState(BluetoothDevice device)

Implementation

static Stream<dynamic> get getConnectState {
  return _connectStateChannel.receiveBroadcastStream().cast();
}