CallEventHandler typedef

CallEventHandler = Future Function(CallEvent event)

Function type for handling accepted and rejected call events

Implementation

typedef CallEventHandler = Future<dynamic> Function(CallEvent event);