close abstract method

Future<void> close()

Closes any opened file handles, removes temporary files, etc.

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

Implementation

Future<void> close();