intercept

suspend fun intercept(call: ApplicationCall): Boolean(source)

Intercept the call and check if the target plugin is enabled.

Return

true if the call was blocked (plugin disabled), false otherwise.