asyncIgnore method

Future<void> asyncIgnore()

Implementation

Future<void> asyncIgnore() => then<void>(_ignore, onError: _ignore);