createFileIO function
Stub implementation used when neither dart:io nor web interop is available.
Implementation
FileIO createFileIO() {
throw UnsupportedError('Cannot create FileIO on this platform');
}
Stub implementation used when neither dart:io nor web interop is available.
FileIO createFileIO() {
throw UnsupportedError('Cannot create FileIO on this platform');
}