close abstract method

Future<void> close()

Closes any opened file handles.

If the Resource is already closed then invoking this method has no effect.

Implementation

Future<void> close();