MemoryAllocations typedef

  1. @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.')
MemoryAllocations = FlutterMemoryAllocations

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;