open method

  1. @mustCallSuper
dynamic open(
  1. BuildContext context
)

Implementation

@mustCallSuper
open(BuildContext context) {
  return Screens.open(context,
      screen: this, // break
      replace: replace,
      closeAllPrev: closeAllPrev);
}