onIncomingCallReceived property

Stream get onIncomingCallReceived

Stream that emits events when the incoming call is arrived

Implementation

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