Function tauri_wasm::api::app::get_name

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

§Example

use tauri_wasm::api::app::get_name;
     
let name = get_name().await;