callListStreamController property

StreamController<List<Call>> callListStreamController
final

Stream that emits when a new call is added or removed

Implementation

static final callListStreamController =
    StreamController<List<Call>>.broadcast();