pub fn RegisterNativeCommands(
AppHandle: &AppHandle<Wry>,
ApplicationState: &Arc<ApplicationState>,
) -> Result<(), CommonError>Expand description
Registers all native commands and providers with the application state.
pub fn RegisterNativeCommands(
AppHandle: &AppHandle<Wry>,
ApplicationState: &Arc<ApplicationState>,
) -> Result<(), CommonError>Registers all native commands and providers with the application state.