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