addContact static method

Future addContact(
  1. Contact contact
)

Adds the contact to the device contact list

Implementation

static Future addContact(Contact contact) =>
    _channel.invokeMethod('addContact', Contact._toMap(contact));