emitCurrentPermissionStatus method
Emits the current Bluetooth permission status whenever it changes.
Implementation
Future<Stream<BluetoothPermissionStatus>> emitCurrentPermissionStatus() async {
throw UnimplementedError(
'emitCurrentPermissionStatus() has not been implemented.',
);
}