readAsBytes abstract method

Future<List<int>> readAsBytes()

Read the entire asset's contents as a list of bytes.

Implementation

Future<List<int>> readAsBytes();