AuthProvider<T extends Auth<AuthKeys> > constructor
const
AuthProvider<T extends Auth<AuthKeys> > ({})
Implementation
const AuthProvider({
super.key,
required this.authorizer,
required this.child,
this.initialCheck = true,
this.listening = false,
this.createInstance = false,
});