Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
omartinma committed Nov 22, 2023
1 parent 0a76b2a commit b73a91a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<String>].
Future<VertexResponse> getVertexResponse(String query) async {
String body;
if (_realApiEnabled) {
Expand Down
8 changes: 8 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b73a91a

Please sign in to comment.