respondWithNewView method

void respondWithNewView(
  1. dynamic view
)

Implementation

void respondWithNewView(dynamic view) =>
    js_util.callMethod(this, 'respondWithNewView', [view]);