close method

  1. @mustCallSuper
void close()
inherited

Close the _stateController and _eventController Use this method when you want to close the drip

Implementation

@mustCallSuper
void close() {
  _stateController.close();
  _eventController.close();
}