activeModalRegistry property

Map<String, ModalType> get activeModalRegistry

Gets the registry of all active modals

Returns a map of modal ID to modal type for all currently active modals. This is useful for debugging or advanced modal management.

Implementation

static Map<String, ModalType> get activeModalRegistry =>
    Map.unmodifiable(_modalRegistry.state);