update method Null safety
- {bool withGroups = false}
Updates the contact in the database.
Implementation
Future<Contact> update({bool withGroups = false}) =>
FlutterContacts.updateContact(this, withGroups: withGroups);
Updates the contact in the database.
Future<Contact> update({bool withGroups = false}) =>
FlutterContacts.updateContact(this, withGroups: withGroups);