createFileIO function

FileIO createFileIO()

Stub implementation used when neither dart:io nor web interop is available.

Implementation

FileIO createFileIO() {
  throw UnsupportedError('Cannot create FileIO on this platform');
}