menu
flutter_leak_canary package
documentation
leak_canary_simple_mixin.dart
LeakCanarySimpleMixin
watch method
watch method
dark_mode
light_mode
watch
method
void
watch
(
)
Implementation
void watch() { _wr = WeakReference(this); FlutterLeakCanary.get().watch(_wr); }
flutter_leak_canary package
documentation
leak_canary_simple_mixin
LeakCanarySimpleMixin
watch method
LeakCanarySimpleMixin mixin