Future<void> transfer({required String targetNumber}) async { CallPlatform.instance .transfer(targetNumber: targetNumber, callsId: id ?? ""); }