isGranted property

Future<bool?> get isGranted

Implementation

static Future<bool?> get isGranted async {
  return await _channel.invokeMethod('isGranted');
}