NoPageViewNavigationType constructor
NoPageViewNavigationType({
- required AnalyticsIdentifiable analyticsIdentifiable,
Implementation
NoPageViewNavigationType({
required AnalyticsIdentifiable analyticsIdentifiable,
}) : _analyticsIdentifiable = analyticsIdentifiable,
key = ValueKey('${analyticsIdentifiable.hashCode}');