setUrl method

NotificationBuilder setUrl(
  1. String url
)

Implementation

NotificationBuilder setUrl(String url) {
  _url = url;
  return this;
}