onCallStatusUpdated property

Stream get onCallStatusUpdated

Stream that emits events when the call status is updated.

Implementation

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