exclude

fun exclude(predicate: (call: ApplicationCall) -> Boolean)(source)

Allows you to disable redirection for calls matching the specified predicate.

Report a problem