callUpdateStream property

StreamController<CallUpdate> callUpdateStream
final

Implementation

final StreamController<CallUpdate> callUpdateStream = StreamController<
    CallUpdate>.broadcast();