LeakTrackingConfig constructor
const
LeakTrackingConfig({ - bool stdoutLeaks = true,
- bool notifyDevTools = true,
- LeakSummaryCallback? onLeaks,
- Duration? checkPeriod = const Duration(seconds: 1),
- Duration disposalTime = const Duration(milliseconds: 100),
- int numberOfGcCycles = defaultNumberOfGcCycles,
- int? maxRequestsForRetainingPath = 10,
})
Implementation
const LeakTrackingConfig({
this.stdoutLeaks = true,
this.notifyDevTools = true,
this.onLeaks,
this.checkPeriod = const Duration(seconds: 1),
this.disposalTime = const Duration(milliseconds: 100),
this.numberOfGcCycles = defaultNumberOfGcCycles,
this.maxRequestsForRetainingPath = 10,
});