push static method

dynamic push(
  1. Widget widget
)

Implementation

static push(Widget widget) {
  CryRoute.instance.push(widget);
}