Internal detail. Fake file reader function that just throws.
Future<Uint8List> internalReadFile(String filename) { throw UnsupportedError('File IO is not available on this platform.'); }