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