signInWithGoogle method

Future<String> signInWithGoogle()

Implementation

@pragma('vm:entry-point')
Future<String> signInWithGoogle() async {
  return "Connexion avec Google";
}