readFileAsBytes abstract method

FutureOr<Uint8List?> readFileAsBytes(
  1. String filePath
)

Reads a filePath data as Uint8List.

Implementation

FutureOr<Uint8List?> readFileAsBytes(String filePath);