AuthenticationBasicProvider constructor
const
AuthenticationBasicProvider({
- Key? key,
- required Widget child,
- AuthenticationBasicBloc? authBloc,
- bool autoGetSession = true,
Implementation
const AuthenticationBasicProvider({
Key? key,
required this.child,
this.authBloc,
this.autoGetSession = true,
}) : super(key: key);