pub trait ScreenWakeLockExt<R: Runtime> {
// Required method
fn screen_wake_lock(&self) -> &ScreenWakeLock<R>;
}Expand description
Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the screen-wake-lock APIs.
pub trait ScreenWakeLockExt<R: Runtime> {
// Required method
fn screen_wake_lock(&self) -> &ScreenWakeLock<R>;
}Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the screen-wake-lock APIs.