remove method
Removes the given id from this paged sequence
Implementation
void remove(int id) {
_messageSequenceIds.remove(id);
sequence.remove(id);
}
Removes the given id from this paged sequence
void remove(int id) {
_messageSequenceIds.remove(id);
sequence.remove(id);
}