push method

dynamic push(
  1. Widget widget
)

Implementation

push(Widget widget) => _cryRouterDelegate.push(widget);