useDesktopMode property
Implementation
final bool useDesktopMode = (TencentCloudChat.instance.dataInstance.conversation.conversationConfig.useDesktopMode) &&
(TencentCloudChatScreenAdapter.deviceScreenType == DeviceScreenType.desktop);
final bool useDesktopMode = (TencentCloudChat.instance.dataInstance.conversation.conversationConfig.useDesktopMode) &&
(TencentCloudChatScreenAdapter.deviceScreenType == DeviceScreenType.desktop);