getCalls method

  1. @override
Iterable<CKCall> getCalls()
override

Get all calls currently in the callkit UI.

Implementation

@override
Iterable<CKCall> getCalls() {
  return _callManager.calls.values;
}