deleteCallLog method
Future<void>
deleteCallLog(
- List<
String> jidlist, - bool isClearAll,
- dynamic callback(
- 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.');
}