requestBluetoothPermission method

Future<bool> requestBluetoothPermission()

Requests required bluetooth permissions directly without 3rd party plugins.

Implementation

Future<bool> requestBluetoothPermission() {
  throw UnimplementedError(
    'requestBluetoothPermission() has not been implemented.',
  );
}