onCallAction property

Stream get onCallAction

Stream that emits events when the call action is performed.

Implementation

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