AuthStateLoaded constructor

AuthStateLoaded({
  1. required bool isLoggedin,
})

Implementation

AuthStateLoaded({required this.isLoggedin});