readFile abstract method

Future<Uint8List> readFile(
  1. String filePath
)

Reads entire file into memory as Uint8List

Implementation

Future<Uint8List> readFile(String filePath);