callWithError
void
callWithError(
Call next(error) to trigger error handling
Implementation
void callWithError(JSAny? error) => callAsFunction(null, error);
void
callWithError(
Call next(error) to trigger error handling
void callWithError(JSAny? error) => callAsFunction(null, error);