onMissedCall property
Stream
get
onMissedCall
Stream that emits events when the call is missed / not answered.
Implementation
Stream<dynamic> get onMissedCall =>
throw UnimplementedError('onMissedCall has not been implemented.');