deleteCallLog method

Future<void> deleteCallLog(
  1. List<String> jidlist,
  2. bool isClearAll,
  3. dynamic callback(
    1. FlyResponse response
    )?
)

This method is used to delete the call log from the list.

Implementation

Future<void> deleteCallLog(List<String> jidlist, bool isClearAll,
    Function(FlyResponse response)? callback) {
  throw UnimplementedError('has not been implemented.');
}