setBucket method

void setBucket(
  1. String b
)

Implementation

void setBucket(String b) {
  bucket(b);
  loadStats();
}