auth_button_googleLogin property

String get auth_button_googleLogin

Sign in with Google

Implementation

String get auth_button_googleLogin {
  return Intl.message(
    'Sign in with Google',
    name: 'auth_button_googleLogin',
    desc: '',
    args: [],
  );
}