updateContact static method

Future updateContact(
  1. Contact contact
)

Updates the contact if it has a valid identifier

Implementation

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