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