getBody method

String? getBody()

Gets the value of android.notification.body field.

Returns the value of android.notification.body field, or null if absent.

Implementation

String? getBody() {
  return _body;
}