close method

void close()

关闭

Implementation

void close() {
  if (_animatedStatusButtonListener != null) {
    _animatedStatusButtonListener!(true);
  }
}