updateAnimal abstract method

  1. @override
ProfileWithImage updateAnimal(
  1. Animal animal
)
override

Return a Profile with updated animal.

Implementation

@override
ProfileWithImage updateAnimal(Animal animal);