CallActionHandler typedef

CallActionHandler = Future<bool> Function(Call call, CallAction action)

Implementation

typedef Future<bool> CallActionHandler(Call call, CallAction action);