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