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