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