emitCurrentPermissionStatus method

Future<Stream<BluetoothPermissionStatus>> emitCurrentPermissionStatus()

Emits the current Bluetooth permission status whenever it changes.

Implementation

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