opened method

bool opened()
inherited

Implementation

bool opened() {
  openCompleter!.complete(true);
  return true;
}