fileReader top-level property

dynamic get fileReader

Lets web applications asynchronously read the contents of files (or raw data buffers) stored on the user's computer, using File or Blob objects to specify the file or data to read.

MDN Reference

Implementation

_i2.dynamic get fileReader => _i4.getProperty(
      _self,
      'FileReader',
    );