pullMessageHistory method

Future<NIMResult<List<NIMMessage>>> pullMessageHistory(
  1. NIMMessage anchor,
  2. int limit,
  3. bool persist
)

Implementation

Future<NIMResult<List<NIMMessage>>> pullMessageHistory(
    NIMMessage anchor, int limit, bool persist) async {
  throw UnimplementedError('pullMessageHistory() is not implemented');
}