onError property

Stream get onError

Stream that emits events when the call link subscribe error

Implementation

Stream<dynamic> get onError =>
    throw UnimplementedError('onError has not been implemented');