setLaunchImage method
- String? val
 
Sets the aps.alert.launch-image field.
val: A string to be used for theaps.alert.launch-imagefield value, or nil to clear it.
Implementation
ApnsMpnBuilder setLaunchImage(String? val) {
  _launchImage = val;
  return this;
}