MemoryAllocations typedef
- @Deprecated('Use `FlutterMemoryAllocations` instead. ' 'The class `MemoryAllocations` will be introduced in a pure Dart library. ' 'This feature was deprecated after v3.18.0-18.0.pre.')
An interface for listening to object lifecycle events.
Implementation
@Deprecated(
'Use `FlutterMemoryAllocations` instead. '
'The class `MemoryAllocations` will be introduced in a pure Dart library. '
'This feature was deprecated after v3.18.0-18.0.pre.'
)
typedef MemoryAllocations = FlutterMemoryAllocations;