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