onErrorStreamController property
A event channel for call link subscribe onError events.
Implementation
final StreamController<dynamic> onErrorStreamController =
StreamController<dynamic>.broadcast();
A event channel for call link subscribe onError events.
final StreamController<dynamic> onErrorStreamController =
StreamController<dynamic>.broadcast();