close method - RandomAccessFile class - dart:io library (original) (raw)
close abstract method
Future<void> close()
Closes the file.
Returns a Future that completes when it has been closed.
Implementation
Future<void> close();
Future<void> close()
Closes the file.
Returns a Future that completes when it has been closed.
Future<void> close();