logoutRoom static method

void logoutRoom()

退出房间

Implementation

static void logoutRoom() async {
  await _channel.invokeMethod("logoutRoom");
}