writeBytes method
void
writeBytes(})
override
Writes content to a file at filePath.
If a file is to be overwritten, a warning will be reported, unless
allowOverwrite is true.
Implementation
@override
void writeBytes(
String filePath,
List<int> content, {
bool allowOverwrite = false,
}) {
// Do nothing
}