denyPermission method

Future<void> denyPermission()

Denies the permission that the currently visible native permission request dialog is asking for.

Throws if no permission request dialog is present.

See also:

Implementation

Future<void> denyPermission() => _platform.mobile.denyPermission();