withIgnoredAll method

  1. @useResult
LeakTesting withIgnoredAll()

Copies with ignore set to true.

Implementation

@useResult
LeakTesting withIgnoredAll() => copyWith(ignore: true);