renderWidget method

void renderWidget(
  1. String uri
)

Implementation

void renderWidget(String uri) {
  rq.renderView(
    path: uri,
  );
}