StickerBoothController constructor
StickerBoothController([
- UuidGetter? uuid
Implementation
StickerBoothController([UuidGetter? uuid])
: uuid = uuid ?? const Uuid().v4,
super(const StickerBoothValue());