Package io.flutter.view
Interface TextureRegistry.ImageConsumer
- Enclosing interface:
 - TextureRegistry
 
public static interface TextureRegistry.ImageConsumer
- 
Method Summary
 
- 
Method Details
- 
acquireLatestImage
Retrieve the last Image produced. Drops all previously produced images.NOTE: Caller must call Image.close() on returned image.
- Returns:
 - Image or null.
 
 
 -