IOUnitOps<A>
Extension on IO<Unit> to provide convenient error handling.
Methods
voidError() extension
Ignores any errors that occur during evaluation, turning them into a successful Unit result.
Available on IO<A>, provided by the IOUnitOps<A> extension
Implementation
dart
IO<Unit> voidError() => _voidError().traced('voidError');