contentTitle property
A function that is the base for CallKeepIncomingConfig.contentTitle
Good example would be "Call from $callerName" or "Call from $appName"
The argument passed to it would be the CallKeepIncomingConfig.callerName
or appName if the aformentioned is null
Implementation
final String Function(String argument)? contentTitle;