data property

Future<Uint8List?> data

Implementation

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