menu
flutter_access_gates package
documentation
gates/composite_access_gate.dart
CompositeAccessGate
onAllow property
onAllow property
dark_mode
light_mode
onAllow
property
void Function
()
?
onAllow
final
Called once if access is granted.
Implementation
final void Function()? onAllow;
flutter_access_gates package
documentation
gates/composite_access_gate
CompositeAccessGate
onAllow property
CompositeAccessGate class