menu
nim_core
nim_core
ChatroomService
exitChatroom method
exitChatroom
brightness_4
brightness_5
exitChatroom
method
Future
<
NIMResult
<
void
>
>
exitChatroom
(
String
roomId
)
退出聊天室
Implementation
Future<NIMResult<void>> exitChatroom(String roomId) { return _platform.exitChatroom(roomId); }
nim_core
nim_core
ChatroomService
exitChatroom method
ChatroomService class