getDb method

Db getDb()

Implementation

Db getDb() {
  _db ??= Db(getClient(), _topic);
  return _db!;
}