FlutterUtilsPermisos class

Gestor unificado de permisos (Android ≥ 23)

• No depende de BuildContext. • Recibe un callback para la UI cuando es necesario.

Constructors

FlutterUtilsPermisos()
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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
solicitar({required OperacionPermiso operacionPermiso, required PermissionDialog onPermanentlyDenied}) Future<bool>
Solicita los permisos requeridos para operacionPermiso.
toString() String
A string representation of this object.
inherited

Operators

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