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