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