fetchMessages abstract method

Future<List<ChatBackendMessage>> fetchMessages(
  1. String path
)

Fetches all existing messages for the conversation at path, ordered oldest first.

Implementation

Future<List<ChatBackendMessage>> fetchMessages(String path);