afterSave method
Hook invoked after the model is successfully entered in the SQLite database. Useful to update or save associations.
Implementation
Future<void> afterSave({Provider? provider, ModelRepository? repository}) async {}
Hook invoked after the model is successfully entered in the SQLite database. Useful to update or save associations.
Future<void> afterSave({Provider? provider, ModelRepository? repository}) async {}