Plugins.checkForUpdates method
Plugins › checkForUpdates
Unofficial
Check for plugin updates.Signature:
checkForUpdates(showNotice?: boolean | undefined): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| showNotice? | boolean | undefined | *(Optional)* |
Returns: Promise<void> — A promise that resolves when the update check is complete.