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