close abstract method
Closes any opened file handles.
If the Resource is already closed then invoking this method has no effect.
Implementation
Future<void> close();
Closes any opened file handles.
If the Resource is already closed then invoking this method has no effect.
Future<void> close();