withTrackedAll method

  1. @useResult
LeakTesting withTrackedAll()

Copies with ignore set to false.

Implementation

@useResult
LeakTesting withTrackedAll() => copyWith(ignore: false);