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