emitCurrentBluetoothStatus method

Stream<BluetoothStatus> emitCurrentBluetoothStatus()

Emits the current status of the Bluetooth adapter whenever it changes.

Returns a Stream of BluetoothStatus.

Implementation

Stream<BluetoothStatus> emitCurrentBluetoothStatus() {
  return CentralPlatformInterface.instance.emitCurrentBluetoothStatus();
}