silent property

ErrorHandler<T> silent

returns an ErrorHandlerX

Implementation

ErrorHandler<T> get silent => ErrorHandler<T>((_) {});