readFileAsBytes abstract method

Uint8List? readFileAsBytes(
  1. String path
)

Read a file as bytes. Returns null if file doesn't exist or reading fails.

Implementation

Uint8List? readFileAsBytes(String path);