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