clearStickers method

void clearStickers()

clear stickers tapped

Implementation

void clearStickers() {
  value = value.copyWith(
    assets: [],
    selectedAssetId: emptyAssetId,
  );
}