emitCurrentBluetoothStatus method

Future<Stream<BluetoothStatus>> emitCurrentBluetoothStatus()

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

Returns a Stream of BluetoothStatus.

Implementation

Future<Stream<BluetoothStatus>> emitCurrentBluetoothStatus() async {
  return _platform.emitCurrentBluetoothStatus();
}