updateEntity method

  1. @override
Future<DrawerEntity> updateEntity(
  1. String documentID,
  2. DrawerEntity value
)
override

Update a DrawerEntity in the repository, cached

Implementation

@override
Future<DrawerEntity> updateEntity(String documentID, DrawerEntity value) {
  return reference.updateEntity(documentID, value);
}