fetchPaginatedList method

void fetchPaginatedList()

Implementation

void fetchPaginatedList() {
  isLive ? _getLiveDocuments() : _getDocuments();
}