cancelAll method

void cancelAll()

Implementation

void cancelAll() {
  _snackies.clear();
  cancelActiveSnacky();
}