Get a list of contacts with only name and phone number
Future<List<Map<String, String>>> getContacts() { throw UnimplementedError('getContacts() has not been implemented.'); }