getIconUrl method

  1. @override
String getIconUrl()

Implementation

@override
String getIconUrl() {
  if (style!.iconType == AuthIconType.outlined) return AuthIcons.google[1];
  if (style!.iconType == AuthIconType.secondary) return AuthIcons.google[2];
  return AuthIcons.google[0];
}