PermissionUtils class
权限工具
Constructors
- PermissionUtils()
-
factory
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
-
apply(
{required String prompt, required List< String> permissions, required OnPermissionCall permissionCall}) → void -
申请权限
(Android权限需要集成eyflutter_uikit插件)
prompt
没有权限时提醒内容 -
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
Static Properties
- instance → PermissionUtils
-
no setter