readAll abstract method

Future<Uint8List> readAll(
  1. String path
)

Read entire file as bytes. Returns empty list if not found.

Implementation

Future<Uint8List> readAll(String path);