Function tauri_sys::app::get_name

source ·
pub async fn get_name() -> Result<String, Error>
Expand description

Gets the application name.

§Example

import { getName } from '@tauri-apps/api/app';
const appName = await getName();