File class abstract
Fake File for Web
Constructors
- File()
 
Properties
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  readAsBytes(
) → Future< Uint8List>  - Reads the entire file contents as a list of bytes.
 - 
  readAsBytesSync(
) → Uint8List  - Reads the entire file contents as a list of bytes synchronously.
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited