close method - RandomAccessFile class - dart:io library (original) (raw)

description

close abstract method

Future<void> close()

Closes the file.

Returns a Future that completes when it has been closed.

Implementation

Future<void> close();