getCollapseKey method
Gets the value of android.collapse_key
field.
Returns the value of android.collapse_key
field, or null if absent.
Implementation
String? getCollapseKey() {
return _collapseKey;
}
Gets the value of android.collapse_key
field.
Returns the value of android.collapse_key
field, or null if absent.
String? getCollapseKey() {
return _collapseKey;
}