menu
flutter_access_gates package
documentation
gates/composite_access_gate.dart
CompositeAccessGate
onError property
onError property
dark_mode
light_mode
onError
property
void Function
(
Object
error
)
?
onError
final
Called if any condition throws an error.
Implementation
final void Function(Object error)? onError;
flutter_access_gates package
documentation
gates/composite_access_gate
CompositeAccessGate
onError property
CompositeAccessGate class