close method
void
close()
Closes the synchronous access handles kept open while this file system is active.
This file system can be re-opened afterwards with open.
Implementation
void close() {
_files?.close();
_files = null;
}