emittedEventForUUID property
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 = {};
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.
static Map<String, bool> emittedEventForUUID = {};