onClearAllCallLog property

Stream get onClearAllCallLog

Stream that emits events when the call log is cleared.

Implementation

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