setTitle method

NotificationBuilder setTitle(
  1. String title
)

Implementation

NotificationBuilder setTitle(String title) {
  _title = title;
  return this;
}