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