history property
List<NeomageNotification>
get
history
Notification history.
Implementation
List<NeomageNotification> get history => List.unmodifiable(_history);
Notification history.
List<NeomageNotification> get history => List.unmodifiable(_history);