AuthStateError constructor

AuthStateError({
  1. required String error,
})

Implementation

AuthStateError({required this.error});