initRoute static method

dynamic initRoute(
  1. Map<String, Widget> r
)

Implementation

static initRoute(Map<String, Widget> r) {
  routes = r;
}