menu
flutter_access_gates package
documentation
adapters/access_context.dart
AccessContext<R, P, F>
hasPermission abstract method
hasPermission abstract method
dark_mode
light_mode
hasPermission
abstract method
bool
hasPermission
(
P
permission
)
Returns
true
if the user has the specified permission.
Implementation
bool hasPermission(P permission);
flutter_access_gates package
documentation
adapters/access_context
AccessContext<R, P, F>
hasPermission abstract method
AccessContext class