toastCount property

int get toastCount

Implementation

int get toastCount =>
    dom.document.body?.querySelectorAll('div.af-toast-container').length ?? 0;