note method

Alert note()

Sets the alert to note type.

Implementation

Alert note() {
  _type = AlertType.note;
  return this;
}