Gets the application name.
import { getName } from '@tauri-apps/api/app';const appName = await getName(); Copy
import { getName } from '@tauri-apps/api/app';const appName = await getName();
1.0.0
Gets the application name.