close method

  1. @mustCallSuper
void close()

Call this method to trigger onClose lifecycle event

Implementation

@mustCallSuper
void close() {
  onClose();
}