addContact abstract method

Future<Contact> addContact(
  1. Contact contact
)

Implementation

Future<Contact> addContact(Contact contact);