dispose method

void dispose()

Disposes the underlying ui.Image to release its resources.

Implementation

void dispose() {
  _image.dispose();
}