go property
Future<T?>
get
go
Implementation
Future<T?> get go {
return NopRoute.pushNamed(
context: context, fullName: route.fullName, arguments: arguments);
}
Future<T?> get go {
return NopRoute.pushNamed(
context: context, fullName: route.fullName, arguments: arguments);
}