onErrorStreamController property

StreamController onErrorStreamController
final

A event channel for call link subscribe onError events.

Implementation

final StreamController<dynamic> onErrorStreamController =
    StreamController<dynamic>.broadcast();