emitCurrentPermissionStatus method

Stream<BluetoothPermissionStatus> emitCurrentPermissionStatus()

Emits the current Bluetooth permission status whenever it changes.

Implementation

Stream<BluetoothPermissionStatus> emitCurrentPermissionStatus() {
  throw UnimplementedError(
    'emitCurrentPermissionStatus() has not been implemented.',
  );
}