getBody method
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;
}
Gets the value of android.notification.body field.
Returns the value of android.notification.body field, or null if absent.
String? getBody() {
return _body;
}