writeAsStringSync abstract method
Synchronously write the given content
to the file. The new content will
replace any existing content.
Throws a FileSystemException if the operation fails.
Implementation
void writeAsStringSync(String content);
Synchronously write the given content
to the file. The new content will
replace any existing content.
Throws a FileSystemException if the operation fails.
void writeAsStringSync(String content);