stop<T> static method
Stops the interceptor chain. If no value is provided, the current value is returned (no changes).
Implementation
static InterceptorResult<T> stop<T>([T? value]) =>
InterceptorStopResult(value);
Stops the interceptor chain. If no value is provided, the current value is returned (no changes).
static InterceptorResult<T> stop<T>([T? value]) =>
InterceptorStopResult(value);