pub async fn get_name() -> Result<String, Error>
Gets the application name.
import { getName } from '@tauri-apps/api/app'; const appName = await getName();