listChannelMessages abstract method

Future<ChannelMessageList?> listChannelMessages({
  1. required Session session,
  2. required String channelId,
  3. int limit = 20,
  4. bool? forward,
  5. String? cursor,
})

Implementation

Future<ChannelMessageList?> listChannelMessages({
  required model.Session session,
  required String channelId,
  int limit = 20,
  bool? forward,
  String? cursor,
});