DialogOnTokenErrorScope constructor

const DialogOnTokenErrorScope({
  1. Key? key,
  2. GlobalKey<NavigatorState>? navigatorKey,
  3. required ErrorHandler? onAuthError,
  4. required Widget child,
})

Implementation

const DialogOnTokenErrorScope({
  super.key,
  this.navigatorKey,
  required this.onAuthError,
  required this.child,
});