• Maximizes the current Electron window.

    Returns Promise<void>

    A promise that resolves when the window is maximized.

    export async function maximizeWindow() {
    await window.electronWindow.maximize();
    }