signInWithGoogle method
Signs in the user with a Google account.
Implementation
Future<Response<Credential>> signInWithGoogle() {
throw UnimplementedError(
"Method signInWithGoogle() is not yet implemented.",
);
}
Signs in the user with a Google account.
Future<Response<Credential>> signInWithGoogle() {
throw UnimplementedError(
"Method signInWithGoogle() is not yet implemented.",
);
}