signInWithGoogle method

Future<Response<Credential>> signInWithGoogle()

Signs in the user with a Google account.

Implementation

Future<Response<Credential>> signInWithGoogle() {
  throw UnimplementedError(
    "Method signInWithGoogle() is not yet implemented.",
  );
}