removeFirst abstract method
Removes and returns the first (oldest) element of the history.
The history must not be empty when this method is called.
Implementation
Future<ChatMessage> removeFirst();
Removes and returns the first (oldest) element of the history.
The history must not be empty when this method is called.
Future<ChatMessage> removeFirst();