bytes property

Future<Uint8List> get bytes

Get the file content as bytes

Implementation

Future<Uint8List> get bytes async => await _cachedBytes;