func isUnsupportedUserLocationError()

in Sources/GoogleAI/Errors.swift [38:40]


  func isUnsupportedUserLocationError() -> Bool {
    return message == RPCErrorMessage.unsupportedUserLocation.rawValue
  }