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