Hold or Unhold a call
Future<void> holdCall(String uuid, bool isOnHold) async { await FlutterCallkitIncoming.holdCall(uuid, isOnHold: isOnHold); }