exitChatroom method Null safety
- String roomId
Exit the chatroom
Implementation
Future<NIMResult<void>> exitChatroom(String roomId) {
return _platform.exitChatroom(roomId);
}
Exit the chatroom
Future<NIMResult<void>> exitChatroom(String roomId) {
return _platform.exitChatroom(roomId);
}