onCallAction property

  1. @override
Stream get onCallAction
override

Stream that emits events when the call action is performed.

Implementation

@override
Stream<dynamic> get onCallAction => onCallActionStreamController.stream;