hasPersistedPermission method

Future<bool> hasPersistedPermission(
  1. String uri, {
  2. bool checkRead = true,
  3. bool checkWrite = false,
})

Implementation

Future<bool> hasPersistedPermission(
  String uri, {
  bool checkRead = true,
  bool checkWrite = false,
}) {
  throw UnimplementedError(
      'hasPersistedPermission() has not been implemented.');
}