DialogOnTokenErrorScope constructor
- Key? key,
- required ErrorHandler? onAuthError,
- required Widget child,
Implementation
const DialogOnTokenErrorScope({
super.key,
this.navigatorKey,
required this.onAuthError,
required this.child,
});
const DialogOnTokenErrorScope({
super.key,
this.navigatorKey,
required this.onAuthError,
required this.child,
});