OnAnswerCallAction typedef

OnAnswerCallAction = Future Function(String uuid)

User answer the incoming call

uuid- The UUID of the call that is to be answered.

Implementation

typedef Future<dynamic> OnAnswerCallAction(String uuid);