updateOrCreate abstract method

bool updateOrCreate(
  1. BuildContext context
)

Creates or update the data inside a repository. Returns true if the creation/update has been validated.

Implementation

bool updateOrCreate(BuildContext context);