getCall method

  1. @override
CKCall? getCall(
  1. String uuid
)
override

Get a call currently in the callkit UI.

Implementation

@override
CKCall? getCall(String uuid) {
  return _callManager.calls[uuid];
}