bluetooth method

Future<bool> bluetooth()

Implementation

Future<bool> bluetooth() async {
  return await _validatePermission(Permission.bluetooth);
}