OnHold typedef

OnHold = Future Function(bool hold, String uuid)

A call was held or unheld by the current user

hold - whether the call was held uuid - The UUID of the call.

Implementation

typedef Future<dynamic> OnHold(bool hold, String uuid);