updateEntity method
Update a ChatMemberInfoEntity in the repository, cached
Implementation
@override
Future<ChatMemberInfoEntity> updateEntity(
String documentID, ChatMemberInfoEntity value) {
return reference.updateEntity(documentID, value);
}