queryMessageListEx method

Future<NIMResult<List<NIMMessage>>> queryMessageListEx(
  1. NIMMessage anchor,
  2. QueryDirection direction,
  3. int limit
)

Implementation

Future<NIMResult<List<NIMMessage>>> queryMessageListEx(
    NIMMessage anchor, QueryDirection direction, int limit) async {
  throw UnimplementedError('queryMessageListEx() is not implemented');
}