emitCurrentBluetoothStatus method

Stream<BluetoothStatus> emitCurrentBluetoothStatus()

Emits the current Bluetooth adapter status to the Dart side.

Implementation

Stream<BluetoothStatus> emitCurrentBluetoothStatus() {
  throw UnimplementedError(
    'emitCurrentBluetoothStatus() has not been implemented.',
  );
}