checkBluetoothPermission method

  1. @override
Future<bool> checkBluetoothPermission()
override

Checks if required bluetooth permissions (e.g. Bluetooth Connect on Android 12+) are granted.

Implementation

@override
Future<bool> checkBluetoothPermission() async => true;