writeTo method

Future<File> writeTo(
  1. String path
)
override

Writes the contents of the file to file at path

Implementation

Future<File> writeTo(String path) => values.first.writeTo(path);