This commit is contained in:
Hexah 2020-06-21 16:41:56 +02:00
parent 6a1d1633bf
commit e858dca255
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class CommentsClient {
CommentsClient(this._httpClient);
/// Returns the json parsed comments map.
Future<dynamic> _getCommentJson(
Future<Map<String, dynamic>> _getCommentJson(
String service,
String continuation,
String clickTrackingParams,