LogInOnAuthErrorScope constructor
- Key? key,
- LoginCallback? onLogin,
- required Widget child,
Implementation
const LogInOnAuthErrorScope({
super.key,
this.onLogin,
this.navigatorKey,
required this.child,
});
const LogInOnAuthErrorScope({
super.key,
this.onLogin,
this.navigatorKey,
required this.child,
});