PermissionAsker class

Constructors

PermissionAsker({int? requestTimes, required void onPermissionData(PermissionData)})
Set requestTimes to 0 to request repeatedly a permission onGranted is called when a permission is granted onDenied is called when a permission is denied onPermissionData is called when there's a result for the asking process

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

askPermission(Permission permission) → void
Call this method to ask a permission
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited