clear method
Reset the snapshot held by any listening SnapshotWidget.
This has no effect if allowSnapshotting is false
.
Implementation
void clear() {
notifyListeners();
}
Reset the snapshot held by any listening SnapshotWidget.
This has no effect if allowSnapshotting is false
.
void clear() {
notifyListeners();
}