onOutgoingCallCancelButtonPressed property
dynamic Function()?
onOutgoingCallCancelButtonPressed
getter/setter pair
This callback will be triggered to caller when caller cancels the call invitation by click the cancel button
Implementation
Function()? onOutgoingCallCancelButtonPressed;