activeCount property
int
get
activeCount
Get the number of currently active toastrs
Implementation
int get activeCount => _activeToasts.length;
Get the number of currently active toastrs
int get activeCount => _activeToasts.length;