getContacts method

Future<List<Map<String, String>>> getContacts()

Get a list of contacts with only name and phone number

Implementation

Future<List<Map<String, String>>> getContacts() {
  throw UnimplementedError('getContacts() has not been implemented.');
}