onCallStatusUpdatedStreamController property
A broadcast stream controller for call status updated events.
Implementation
final StreamController<dynamic> onCallStatusUpdatedStreamController =
StreamController<dynamic>.broadcast();
A broadcast stream controller for call status updated events.
final StreamController<dynamic> onCallStatusUpdatedStreamController =
StreamController<dynamic>.broadcast();