removeFirst abstract method

Future<ChatMessage> removeFirst()

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();