clearSnapshot method
void
clearSnapshot()
clear the current snapshot. will trigger the creation of a new snapshot next time renderTree is called.
Implementation
void clearSnapshot() {
_picture = null;
}
clear the current snapshot. will trigger the creation of a new snapshot next time renderTree is called.
void clearSnapshot() {
_picture = null;
}