activeCount property
int
get
activeCount
Number of currently active toasts
Implementation
int get activeCount => _activeToasts.length;
Number of currently active toasts
int get activeCount => _activeToasts.length;