GuardoConfig constructor
const
GuardoConfig({})
Implementation
const GuardoConfig({
this.localizedReason = 'Please authenticate to access the app',
this.biometricOnly = true,
this.stickyAuth = true,
this.lockTimeout,
this.autoCheckOnStart = true,
this.authenticationOptions = const AuthenticationOptions(
biometricOnly: true,
stickyAuth: true,
),
});