activeNotifications property

Map<int, String> get activeNotifications

Obtém a lista de notificações ativas

Implementation

Map<int, String> get activeNotifications =>
    Map.unmodifiable(_activeNotifications);