kickChatroomMember method Null safety
- NIMChatroomMemberOptions options
Remove a member from the chatroom.
memberOption
The request parameters including the chatroom ID, account ID, and the optional extension field
Implementation
Future<NIMResult<void>> kickChatroomMember(NIMChatroomMemberOptions options) {
return _platform.kickChatroomMember(options);
}