googleAuth property

IGoogleAuthDelegate googleAuth

Implementation

IGoogleAuthDelegate get googleAuth {
  if (delegates.googleAuthDelegate != null) {
    return delegates.googleAuthDelegate!;
  } else {
    throw const AuthDelegateException("IGoogleAuthDelegate");
  }
}