signInUpWithGoogle method

Future<BaseLoginSignUpResponse> signInUpWithGoogle({
  1. required String serverAuthCode,
  2. required String callbackURL,
})

Implementation

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