deleteMySession method

Future<NIMResult<void>> deleteMySession(
  1. List<NIMMySessionKey> sessionList
)

【会话服务】删除会话

[sessionList] NIMSession列表

Implementation

Future<NIMResult<void>> deleteMySession(List<NIMMySessionKey> sessionList) {
  throw UnimplementedError('deleteMySession() is not implemented');
}