signInWithGoogle function

Future<String> signInWithGoogle()

Implementation

@pragma('vm:entry-point')
Future<String> signInWithGoogle() async {
  return SignUpController().signInWithGoogle();
}