callListStreamController property
Stream that emits when a new call is added or removed
Implementation
static final callListStreamController =
StreamController<List<Call>>.broadcast();
Stream that emits when a new call is added or removed
static final callListStreamController =
StreamController<List<Call>>.broadcast();