StickerBoothController constructor

StickerBoothController([
  1. UuidGetter? uuid
])

Implementation

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