remove method

void remove()

Implementation

void remove() {
  _refreshController.close();
  service.removeButton(this);
}