freeRessources method

  1. @override
Future<void> freeRessources()
override

Frees resources that cannot be transferred to an isolate.

This is typically called before sending the ReadbufferSource to another isolate.

Implementation

@override
Future<void> freeRessources() async {}