Hides the application on macOS.
import { hide } from '@tauri-apps/api/app';await hide(); Copy
import { hide } from '@tauri-apps/api/app';await hide();
1.2.0
Hides the application on macOS.