AuthResponse<T extends Auth<AuthKeys> >.message constructor
const
AuthResponse<T extends Auth<AuthKeys> >.message (})
Implementation
const AuthResponse.message(
dynamic msg, {
Provider? provider,
AuthType? type,
}) : this._(msg: msg, provider: provider, type: type);