From b73a91a4852da61118bc63cf5b7f0e6e83f3421f Mon Sep 17 00:00:00 2001 From: Oscar Date: Wed, 22 Nov 2023 15:42:54 +0100 Subject: [PATCH] chore: comment --- .../api_client/lib/src/resources/questions_resource.dart | 3 +-- pubspec.lock | 8 ++++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/api_client/lib/src/resources/questions_resource.dart b/packages/api_client/lib/src/resources/questions_resource.dart index 55aee64..8f5aa6e 100644 --- a/packages/api_client/lib/src/resources/questions_resource.dart +++ b/packages/api_client/lib/src/resources/questions_resource.dart @@ -17,9 +17,8 @@ class QuestionsResource { final ApiClient _apiClient; final bool _realApiEnabled; - /// Get /game/prompt/terms + /// Returns [VertexResponse] based on a query. /// - /// Returns a [List]. Future getVertexResponse(String query) async { String body; if (_realApiEnabled) { diff --git a/pubspec.lock b/pubspec.lock index 3faf121..f26b4ef 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -199,6 +199,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.7.1" + cross_file: + dependency: transitive + description: + name: cross_file + sha256: "445db18de832dba8d851e287aff8ccf169bed30d2e94243cb54c7d2f1ed2142c" + url: "https://pub.dev" + source: hosted + version: "0.3.3+6" crypto: dependency: transitive description: