Copy
static clearElementCache(): void;
Example
Copy
import { PluginCommAPI } from 'sn-plugin-lib';
/**
* Example: clear native Element caches.
*/
export async function exampleClearElementCache() {
PluginCommAPI.clearElementCache();
}
Clear the Android local cache for Elements. After clearing, previously obtained Element objects can no longer be used.