FileScrewdriver extension
provides extensions for File
- on
-
- File
Methods
-
readAsBytes(
) → Future< Uint8List> -
Available on File, provided by the FileScrewdriver extension
Reads theFile
and returns the content as bytes. -
readAsString(
) → Future< String> -
Available on File, provided by the FileScrewdriver extension
Reads theFile
and returns the content as a string.