emitCurrentBluetoothStatus method
Emits the current status of the Bluetooth adapter whenever it changes.
Returns a Stream of BluetoothStatus.
Implementation
Stream<BluetoothStatus> emitCurrentBluetoothStatus() {
return _platform.emitCurrentBluetoothStatus();
}