getCallLogs method

Future<List<CallLog>> getCallLogs({
  1. DateTime? fromDate,
  2. int? limit,
  3. bool orderByDesc = true,
})

/ 2.

Implementation

Future<List<CallLog>> getCallLogs({
  DateTime? fromDate,
  int? limit,
  bool orderByDesc = true,
}) {
  throw UnimplementedError('getCallLogs() has not been implemented.');
}