show method

void show()

Indicates that the extension wants to show this view in the Recorder panel.

Implementation

void show() {
  _wrapped.show();
}