Future<void> removeContact(String address) async { return storage.removeItemFromList(contactsKey, 'address', address); }