VisProfilerPermissionHandler class

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

checkPermissionStatus() Future<Map<String, PermissionStatus>>
Check current permission status
getPermissionMessage(PermissionStatus status, String permissionName) String
Get user-friendly permission status message
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openAppSettings() Future<bool>
Open app settings for permission management
requestAllPermissions() Future<PermissionStatus>
Check and request all necessary permissions
requestLocationPermission() Future<PermissionStatus>
Request location permission specifically
shouldShowRequestPermissionRationale(Permission permission) Future<bool>
Check if permission should show rationale
toString() String
A string representation of this object.
inherited

Operators

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