clearLast static method

void clearLast()

Clear the last (most recent) toastr

Implementation

static void clearLast() {
  _service.clearLast();
}