saveCurrentRecord

Saves the changes to the current record in the database.

Example Usages

Simple (pay attention to the await keyword)

   await brixxApi.saveCurrentRecord();

Last updated