updateCallType method

  1. @override
Future<CKCall?> updateCallType(
  1. String uuid, {
  2. required CKCallType callType,
})
override

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();
}