FileIOWeb constructor

FileIOWeb()

Implementation

FileIOWeb() {
  throw UnsupportedError('Cannot create FileIO without dart:html or dart:io');
}