updateAnimal abstract method

  1. @override
ProfileWithId<T> updateAnimal(
  1. Animal animal
)
override

Return a Profile with updated animal.

Implementation

@override
ProfileWithId<T> updateAnimal(Animal animal);