build method

  1. @override
dynamic build(
  1. Type t
)
override

Implementation

@override
dynamic build(Type t) {
  return router.getArg(t)();
}