save method

void save(
  1. SQLiteConnection db
)

Implementation

void save(SQLiteConnection db) async {
  await saveAsync(db);
}