onIncomingCallDeclineButtonPressed property

dynamic Function()? onIncomingCallDeclineButtonPressed
getter/setter pair

This callback will be triggered to callee when callee click decline button in incoming call

Implementation

Function()? onIncomingCallDeclineButtonPressed;