quitChatRoom static method
Implementation
static Future<void> quitChatRoom(String targetId) async {
Map map = {"targetId": targetId};
await _channel.invokeMethod(RCMethodKey.QuitChatRoom, map);
}
static Future<void> quitChatRoom(String targetId) async {
Map map = {"targetId": targetId};
await _channel.invokeMethod(RCMethodKey.QuitChatRoom, map);
}