bytes property
Uint8List
get
bytes
Gets the bytes of the photo.
Implementation
Uint8List get bytes {
assert(_bytes != null);
return _bytes!;
}
Gets the bytes of the photo.
Uint8List get bytes {
assert(_bytes != null);
return _bytes!;
}