setSub method

dynamic setSub(
  1. bool state
)

Implementation

setSub(bool state) {
  isSubscribed = state;
  notifyListeners();
}