setRouter method

dynamic setRouter(
  1. RootStackRouter router
)

Implementation

setRouter(RootStackRouter router) {
  this.router = router;
}