getTitle method
Gets the value of android.notification.title
field.
Returns the value of android.notification.title
field, or null if absent.
Implementation
String? getTitle() {
return _title;
}
Gets the value of android.notification.title
field.
Returns the value of android.notification.title
field, or null if absent.
String? getTitle() {
return _title;
}