loadMore abstract method

Future<bool> loadMore()

Load the next page of older messages. Returns true if more were loaded, false if already at the start of history.

Implementation

Future<bool> loadMore();