internalWriteFile function
Internal detail. Fake file writer function that just throws.
Implementation
Future<void> internalWriteFile(String filename, Uint8List bytes) {
throw UnsupportedError('File IO is not available on this platform.');
}
Internal detail. Fake file writer function that just throws.
Future<void> internalWriteFile(String filename, Uint8List bytes) {
throw UnsupportedError('File IO is not available on this platform.');
}