FileIONative constructor

FileIONative()

Implementation

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