setDb method

void setDb(
  1. Db db
)

Implementation

void setDb(Db db) {
  _db = db;
}