Function dioxus_hooks::use_on_unmount

source ยท
pub fn use_on_unmount<D: FnOnce() + 'static>(destroy: D)
๐Ÿ‘ŽDeprecated: Use use_drop instead, which has the same functionality.