show method
void
show()
Indicates that the extension wants to show this view in the Recorder panel.
Implementation
void show() {
_wrapped.show();
}
Indicates that the extension wants to show this view in the Recorder panel.
void show() {
_wrapped.show();
}