OnPermissionCallback class

Constructors

OnPermissionCallback.new()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDenied(bool isPermanentlyDenied) → void
权限申请被拒绝回调 isPermanentlyDenied 是否是多次被拒绝或永久拒绝
onGranted() → void
权限获得授权成功回调
toString() String
A string representation of this object.
inherited

Operators

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