/** * Resolves with true if the deep linking page should be shown and with * false otherwise. * * @returns {Promise} */ export function _shouldShowDeepLinkingDesktopPage() { return Promise.resolve(false); }