fetch abstract method

Future<List<Message>> fetch(
  1. String roomId
)

Implementation

Future<List<Message>> fetch(String roomId);