setPage method

void setPage(
  1. String path
)

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);
}