isRecycled property

Future<bool?> isRecycled

Implementation

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