queryLastMessage method

Future<NIMResult<NIMMessage>> queryLastMessage(
  1. String account,
  2. NIMSessionType sessionType
)

Implementation

Future<NIMResult<NIMMessage>> queryLastMessage(
    String account, NIMSessionType sessionType) async {
  throw UnimplementedError('queryLastMessage() is not implemented');
}