Classes
ImageAsset
ImageAsset
Observable is used when you want to be notified when a change occurs. Use on/off methods to add/remove listener.
Please note that should you be using the 
`new Observable({})` constructor, it is **obsolete** since v3.0,
and you have to migrate to the "data/observable" `fromObject({})` or the `fromObjectRecursive({})` functions.Summary 
Constructors
Constructors 
constructor 
new ImageAsset(asset: any): ImageAsset
Properties 
android 
ios 
nativeImage 
options 
options: ImageAssetOptions
Methods 
getImageAsync 
- Previous
- Image
- Next
- ImageCache