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