AuthyoSocialLogin constructor
const
AuthyoSocialLogin({
- required AuthyoSocialProvider provider,
- required String id,
- String? iconUrl,
Implementation
const AuthyoSocialLogin({
required this.provider,
required this.id,
this.iconUrl,
});