isPermissionPermanentlyDenied method

Future<bool> isPermissionPermanentlyDenied()

Returns true if the user checked the "Don't ask again" option. Always returns false on iOS.

Implementation

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