update method
The update
method updates an existing entity.
Implementation
@override
FutureOr<Response> update(EntityModel entity) => throw UnimplementedError();
The update
method updates an existing entity.
@override
FutureOr<Response> update(EntityModel entity) => throw UnimplementedError();