readFile abstract method

Future<Uint8List> readFile(
  1. String name
)

Reads the file name back out of the virtual file system.

Implementation

Future<Uint8List> readFile(String name);