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