BoppoEasyPermissions class

Constructors

BoppoEasyPermissions()

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

addPermissionCallback({Granted? onGranted, Denied? onDenied, VoidCallback? onSettingsReturned}) → void
dispose() → void
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 Methods

has({required List<Permissions> perms, required List<PermissionGroup> permsGroup}) Future<bool>
openSettings() → void
request({required List<Permissions> perms, required List<PermissionGroup> permsGroup, String? rationale, int requestCode = DefaultRequestCode}) → void
showAppSettingsDialog({dynamic title = SettingsDialogTitle, dynamic rationale = SettingsDialogRationale, dynamic positiveButtonText = SettingsDialogPositiveButton, dynamic negativeButtonText = SettingsDialogNegativeButton}) → void