save abstract method

Future<void> save()

Data stored in the model is stored in a database external to the app that is tied to the model.

The updated Result can be obtained at the stage where the loading is finished.

Implementation

Future<void> save();