dispose method

  1. @override
void dispose()
override

closes the underlying file

Implementation

@override
void dispose() {
  freeRessources();
}