AuthService<T, Y, Z> constructor

AuthService<T, Y, Z>({
  1. required AuthSettings settings,
})

Implementation

AuthService({
  required this.settings,
});