callerName property
Returns a name of the current OngoingCall's caller.
Implementation
String? get callerName => _currentCall.value.caller?.title();
Returns a name of the current OngoingCall's caller.
String? get callerName => _currentCall.value.caller?.title();