emitCurrentBluetoothStatus method
Emits the current Bluetooth adapter status to the Dart side.
Implementation
@override
Future<Stream<BluetoothStatus>> emitCurrentBluetoothStatus() async {
return _bluetoothStatusController.stream;
}
Emits the current Bluetooth adapter status to the Dart side.
@override
Future<Stream<BluetoothStatus>> emitCurrentBluetoothStatus() async {
return _bluetoothStatusController.stream;
}