onHugeGapDetected abstract method
void
onHugeGapDetected()
Called when the collection has detected a huge gap between current message list. When this called, you should call MessageCollection.dispose to remove current collection and create a new collection.
Implementation
void onHugeGapDetected();