loadAssetBytes function

Future<Uint8List> loadAssetBytes(
  1. String key, {
  2. required bool fresh,
})

Implementation

external Future<Uint8List> loadAssetBytes(String key, {required bool fresh});