imageBytes property

List<int>? imageBytes
getter/setter pair

image used in the share sheet, this is usually loaded from a file or web resource, e.g. the unprocessed content of a .jpg file.

Implementation

List<int>? imageBytes;