signInUpWithGoogle method
Implementation
Future<BaseLoginSignUpResponse> signInUpWithGoogle({
required String serverAuthCode,
required String callbackURL,
}) {
throw UnimplementedError();
}
Future<BaseLoginSignUpResponse> signInUpWithGoogle({
required String serverAuthCode,
required String callbackURL,
}) {
throw UnimplementedError();
}