deleteMySession method

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

【会话服务】删除会话

[sessionList] 目标会话

Implementation

Future<NIMResult<void>> deleteMySession(List<NIMMySessionKey> sessionList) {
  return _platform.deleteMySession(sessionList);
}