emittedEventForUUID property

Map<String, bool> emittedEventForUUID
getter/setter pair

A static map that tracks whether an event has been emitted for a specific UUID. This is used to prevent duplicate event emissions for the same UUID.

Implementation

static Map<String, bool> emittedEventForUUID = {};