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