read abstract method

Future<Uint8List> read(
  1. String path
)

Read the contents of the file at the given path

Implementation

Future<Uint8List> read(String path);