onCallLogDeleted property

Stream get onCallLogDeleted

Stream that emits events when the call log is deleted.

Implementation

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