/** * Opens {@code LogoutDialog}. * * @param {Function} _onLogout - The event in {@code LogoutDialog} that should be * enabled on click. * @returns {Function} */ export function openLogoutDialog(_onLogout: Function): any { // this is available only for web at the moment }