useDesktopMode property

bool useDesktopMode
final

Implementation

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