close method

Future<void> close(
  1. FileHandle handle
)

Implementation

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