Future<void> updateContact(Map<String, dynamic> con) async { return storage.updateItemInList( contactsKey, 'address', con['address'], con); }