pass static method

Implementation

static InterceptorResult pass() =>
    InterceptorResult(status: RouterRunInterceptorResultStatus.pass);