clear method

void clear()

Reset the snapshot held by any listening SnapshotWidget.

This has no effect if allowSnapshotting is false.

Implementation

void clear() {
  notifyListeners();
}