updateOrCreateAsync abstract method

Future<bool> updateOrCreateAsync(
  1. BuildContext context
)

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

Implementation

Future<bool> updateOrCreateAsync(BuildContext context);