AuthBuilder<T extends Auth<AuthKeys> > constructor
const
AuthBuilder<T extends Auth<AuthKeys> > ({
- Key? key,
- T? initial,
- List<
String> ids = const [], - OnAuthChanges<
T> ? onChanges, - OnAuthError? onError,
- OnAuthLoading? onLoading,
- OnAuthMessage? onMessage,
- OnAuthStatus? onStatus,
- required OnAuthBuilder<
T> builder,
Implementation
const AuthBuilder({
super.key,
this.initial,
this.ids = const [],
this.onChanges,
this.onError,
this.onLoading,
this.onMessage,
this.onStatus,
required this.builder,
});