Get list of current calls
Future<List<Call>?> getCallList() async { final calls = await CallClientPlatform.instance.getCallList(); log("ExolvePlugin: call_client: getCallList: calls = $calls"); return calls; }