Resets the ChatContact.avatar to null.
ChatContact.avatar
null
Future<void> deleteAvatar() => updateAvatar(null);