AuthMethod constructor
const
AuthMethod({
- required String id,
- required bool selected,
- GoogleClientId? googleClientId,
- AppleWebOptions? appleWebOptions,
Implementation
const factory AuthMethod({
required String id,
required bool selected,
GoogleClientId? googleClientId,
AppleWebOptions? appleWebOptions,
}) = _AuthMethod;