getBytes method

Future<Uint8List> getBytes()

Returns the image as bytes

Implementation

Future<Uint8List> getBytes() {
  return _fetchImage();
}