getBodyLocKey method

String? getBodyLocKey()

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;
}