LogInOnAuthErrorScope constructor

const LogInOnAuthErrorScope({
  1. Key? key,
  2. LoginCallback? onLogin,
  3. GlobalKey<NavigatorState>? navigatorKey,
  4. required Widget child,
})

Implementation

const LogInOnAuthErrorScope({
  super.key,
  this.onLogin,
  this.navigatorKey,
  required this.child,
});