emitCurrentBluetoothStatus method

  1. @override
Future<Stream<BluetoothStatus>> emitCurrentBluetoothStatus()
override

Emits the current Bluetooth adapter status to the Dart side.

Implementation

@override
Future<Stream<BluetoothStatus>> emitCurrentBluetoothStatus() async {
  return _bluetoothStatusController.stream;
}