menu
ffi_leak_tracker package
documentation
ffi_leak_tracker.dart
LeakTrackerException
leaks property
leaks property
dark_mode
light_mode
leaks
property
List
<
Allocation
>
leaks
final
All allocations that were still outstanding when detection occurred.
Implementation
final List<Allocation> leaks;
ffi_leak_tracker package
documentation
ffi_leak_tracker
LeakTrackerException
leaks property
LeakTrackerException class