open method

Future<void> open()

Opens the file for random access.

Implementation

Future<void> open() async {
  /// accessing raf causes the file to open.
  await _raf;
}