findAll abstract method

Future<List<Message>?> findAll()

Finds all stored messages.

Implementation

Future<List<Message>?> findAll();