setBody method

NotificationBuilder setBody(
  1. String body
)

Implementation

NotificationBuilder setBody(String body) {
  _body = body;
  return this;
}