updateOrCreate abstract method
Creates or update the data inside a repository.
Returns true
if the creation/update has been validated.
Implementation
bool updateOrCreate(BuildContext context);
Creates or update the data inside a repository.
Returns true
if the creation/update has been validated.
bool updateOrCreate(BuildContext context);