getWhatsAppContacts method

Future<List<Contact>> getWhatsAppContacts()

Implementation

Future<List<Contact>> getWhatsAppContacts() {
  throw UnimplementedError('getWhatsAppContacts() has not been implemented.');
}