use method

void use(
  1. String db
)

Implementation

void use(String db) {
  _db = db;
}