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