dispose method
- @override
override
Disposes all the resources associated with the current frame.
Implementation
@override
void dispose() {
codec?.dispose();
image?.dispose();
image = null;
super.dispose();
}
Disposes all the resources associated with the current frame.
@override
void dispose() {
codec?.dispose();
image?.dispose();
image = null;
super.dispose();
}