AuthStateNotification constructor

AuthStateNotification({
  1. required AuthState authState,
})

Implementation

AuthStateNotification({required this.authState});