dispose method
void
dispose()
Disposes the underlying ui.Picture and/or ui.Image to release their resources.
Implementation
void dispose() {
_picture?.dispose();
_image?.dispose();
}
Disposes the underlying ui.Picture and/or ui.Image to release their resources.
void dispose() {
_picture?.dispose();
_image?.dispose();
}