UserAuthFlow constructor

UserAuthFlow({
  1. required String initialLoggedInRoute,
})

Implementation

UserAuthFlow({
  required this.initialLoggedInRoute,
});