getCallLogs abstract method

Future<List<CallLogEntry>?> getCallLogs({
  1. int limit = 100,
})

Implementation

Future<List<CallLogEntry>?> getCallLogs({int limit = 100});