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