go method

Future go(
  1. BuildContext context
)

Implementation

Future go(BuildContext context) {
  return SunnyRouting.router.navigateToDynamicRoute(context, this.route,
      parameters: this.parameters);
}