findCall method

Call? findCall(
  1. String id
)

Implementation

Call? findCall(String id) {
  return _calls[id];
}