deallocate method

  1. @override
void deallocate(
  1. ByteData data
)
override

Free the given ByteData buffer previously allocated by allocate.

Implementation

@override
void deallocate(ByteData data) {
  // nothing to do, it's garbage-collected
}