dispose method
Releases allocated resources.
Implementation
@mustCallSuper
void dispose() {
for (final OpacityLayer layer in _createdLayers) {
layer.dispose();
}
_createdLayers.clear();
}
Releases allocated resources.
@mustCallSuper
void dispose() {
for (final OpacityLayer layer in _createdLayers) {
layer.dispose();
}
_createdLayers.clear();
}