emitCurrentPermissionStatus method
Emits the current Bluetooth permission status whenever it changes.
Returns a Stream of BluetoothPermissionStatus.
Implementation
Stream<BluetoothPermissionStatus> emitCurrentPermissionStatus() {
return CentralPlatformInterface.instance.emitCurrentPermissionStatus();
}