setCallCurrent method

void setCallCurrent(
  1. String? id
)

Implementation

void setCallCurrent(String? id) {
  _callIdCurrent = id;
}