getCommentsOnline method
Reads comments from the document.
Implementation
Future<CommentsResponse> getCommentsOnline(
GetCommentsOnlineRequest request) async {
return await _apiClient.call(request) as CommentsResponse;
}
Reads comments from the document.
Future<CommentsResponse> getCommentsOnline(
GetCommentsOnlineRequest request) async {
return await _apiClient.call(request) as CommentsResponse;
}