getCommentsOnline method

Future<CommentsResponse> getCommentsOnline(
  1. GetCommentsOnlineRequest request
)

Reads comments from the document.

Implementation

Future<CommentsResponse> getCommentsOnline(
    GetCommentsOnlineRequest request) async {
  return await _apiClient.call(request) as CommentsResponse;
}