getSequence method

MessageSequence getSequence(
  1. int pageIndex
)

Retrieves the sequence for the specified page index

Implementation

MessageSequence getSequence(int pageIndex) =>
    sequence.subsequenceFromPage(pageIndex + 1, pageSize, skip: _addedIds);