data property

Future<Uint8List?> data

Implementation

Future<Uint8List?> get data {
  return kMethodChannel.invokeMethod('UIImage::getData', {'__this__': this});
}