chatroomOperating method
Implementation
Future<void> chatroomOperating(
ChatroomOperationType type,
) async {
try {
await ChatroomUIKitClient.instance.chatroomOperating(
roomId: roomId,
type: type,
);
} on ChatError {}
}
Future<void> chatroomOperating(
ChatroomOperationType type,
) async {
try {
await ChatroomUIKitClient.instance.chatroomOperating(
roomId: roomId,
type: type,
);
} on ChatError {}
}