UpdateControllerPlugin.cancel()
PluginUpdateControllerPlugincancelLess than 1 minute
Cancel download app. After calling, the ongoing download will be canceled.
Example
import { updateControllerPlugin } from "@plaoc/plugins";
updateControllerPlugin.cancel();
Function signature
cancel(): Promise<boolean>
Parameters
- none
return value
-boolean
Platform compatibility
Properties/Methods/Events | Android | IOS | Desktop |
---|---|---|---|
cancel | ✅ | ✅ | X |
Related Links
Powered by Waline v2.15.7