___DO_NOT_CALL_FROM_A_PLUGIN_loadAllLocalPlugins
suspend fun ___DO_NOT_CALL_FROM_A_PLUGIN_loadAllLocalPlugins(context: Context, forceReload: Boolean)(source)
Deprecated (with error)
Calling this function from a plugin will lead to crashes, use loadPlugin and unloadPlugin
Replace with
loadPluginContent copied to clipboard
Parameters
forceReload
see afterPluginsLoadedEvent, basically a way to load all local plugins and reload all pages even if they are previously valid
DO NOT USE THIS IN A PLUGIN! It may case an infinite recursive loop lagging or crashing everyone's devices. If you use it from a plugin, do not expect a stable jvmName, SO DO NOT USE IT!