getBluetoothState method

Stream<BluetoothState> getBluetoothState()

Implementation

Stream<BluetoothState> getBluetoothState() {
  throw UnimplementedError('bluetoothState() has not been implemented.');
}