activeSnackbarIds property

List<String> get activeSnackbarIds

Gets all IDs of active snackbars

Implementation

static List<String> get activeSnackbarIds =>
    _getModalIdsByType(ModalType.snackbar);