assertPluginLoaded

fun assertPluginLoaded(vararg plugins: KClass<out KwebPlugin>)(source)

Requires that a specific plugin or plugins be loaded by listing them in the plugins parameter of the Kweb constructor.

This should be called by any function that requires a particular plugin or plugins be present.