OnEndCallAction typedef

OnEndCallAction = Future Function(String uuid)

User finish the call.

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

Implementation

typedef Future<dynamic> OnEndCallAction(String uuid);