getBytes abstract method

Uint8List getBytes(
  1. String pathKey,
  2. String name
)

Fetches a file from the application's directory.

Throws an exception if the file is not found.

Implementation

Uint8List getBytes(String pathKey, String name);