setAnonymous method

void setAnonymous(
  1. bool a
)

Implementation

void setAnonymous(bool a) {
  _anonymous = a;
  notifyListeners();
}