clearSelection method

void clearSelection()

Implementation

void clearSelection() {
  value = value.copyWith(selectedAssets: []);
}