menu
archery package
documentation
archery/core/http/uploaded_file.dart
UploadedFile
bytes property
bytes property
dark_mode
light_mode
bytes
property
Future
<
Uint8List
>
get
bytes
Get the file content as bytes
Implementation
Future<Uint8List> get bytes async => await _cachedBytes;
archery package
documentation
archery/core/http/uploaded_file
UploadedFile
bytes property
UploadedFile class