callWithError

void callWithError(

  1. JSAny? error
)

Call next(error) to trigger error handling

Implementation

void callWithError(JSAny? error) => callAsFunction(null, error);