LeaksDoctorObserver constructor

LeaksDoctorObserver({
  1. int checkLeakDelay = _defaultCheckLeakDelay,
  2. ShouldAddedRoute? shouldCheck,
  3. ConfigPolicyPool? confPolicyPool,
})

Implementation

LeaksDoctorObserver(
    {this.checkLeakDelay = _defaultCheckLeakDelay, this.shouldCheck, this.confPolicyPool});