close method
Implementation
Future<void> close(FileHandle handle) async {
await room.sendRequest("storage.close", {"handle": handle.id});
}
Future<void> close(FileHandle handle) async {
await room.sendRequest("storage.close", {"handle": handle.id});
}