getBodyLocArguments method
Gets the value of android.notification.body_loc_args
field.
Returns a list of strings with the value of android.notification.body_loc_args
field, or null if absent.
Implementation
List<String>? getBodyLocArguments() {
return _bodyLocArguments?.toList();
}