emitCurrentBluetoothStatus method
Emits the current Bluetooth adapter status to the Dart side.
Implementation
Future<Stream<BluetoothStatus>> emitCurrentBluetoothStatus() async {
throw UnimplementedError(
'emitCurrentBluetoothStatus() has not been implemented.',
);
}