fail property

Implementation

SaveImageToPhotosAlbumFailCallback? get fail {
  return fail;
}

Implementation

set fail(SaveImageToPhotosAlbumFailCallback? value) {
  $$context$$["fail"] = (res) {
    value?.call(GeneralCallbackResult($$context$$: res));
  };
}