Writes file contents.
@override Future<void> writeString(String path, String contents) async { print.info("writeString $path contents: $contents"); }