AuthyoSocialLogin constructor

const AuthyoSocialLogin({
  1. required AuthyoSocialProvider provider,
  2. required String id,
  3. String? iconUrl,
})

Implementation

const AuthyoSocialLogin({
  required this.provider,
  required this.id,
  this.iconUrl,
});