Guardo constructor
const
Guardo({
- Key? key,
- required Widget child,
- Widget? loadingWidget,
- Widget? failedWidget,
- LockScreenBuilder? lockScreen,
- GuardoConfig? config,
- GuardoService? guardoService,
- void onAuthenticationChanged(
- bool isAuthenticated
- bool autoRetry = true,
- bool enabled = true,
Implementation
const Guardo({
super.key,
required this.child,
this.loadingWidget,
this.failedWidget,
this.lockScreen,
this.config,
this.guardoService,
this.onAuthenticationChanged,
this.autoRetry = true,
this.enabled = true,
});