AuthResponse<T extends Auth<AuthKeys> >.loading constructor
Implementation
const AuthResponse.loading([Provider? provider, AuthType? type])
: this._(loading: true, provider: provider, type: type);