Update the call data of a call in the callkit UI.
@override Future<CKCall?> updateCallData(String uuid, {required Map<String, dynamic> data}) { // TODO: implement updateCallData throw UnimplementedError(); }