setPage method
Sets an HTML page to be displayed in the sidebar pane.
path Relative path of an extension page to display within the sidebar.
Implementation
void setPage(String path) {
  _wrapped.setPage(path);
}Sets an HTML page to be displayed in the sidebar pane.
path Relative path of an extension page to display within the sidebar.
void setPage(String path) {
  _wrapped.setPage(path);
}