DefaultVyuhPlatform class final

Inheritance
Available Extensions

Constructors

DefaultVyuhPlatform({required FeaturesBuilder featuresBuilder, required List<Plugin> plugins, required PlatformWidgetBuilder widgetBuilder, String? initialLocation})

Properties

features List<FeatureDescriptor>
no setteroverride
featuresBuilder FeaturesBuilder
finalinherited
hashCode int
The hash code for this object.
no setterinherited
initialLocation String?
The initial Location that will be used by the router
final
plugins List<Plugin>
finalinherited
rootNavigatorKey GlobalKey<NavigatorState>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tracker SystemInitTracker
no setteroverride
widgetBuilder PlatformWidgetBuilder
finalinherited

Methods

featureReady(String featureName) Future<void>?
override
getPlugin(PluginType type) Plugin?
override
initFeatures(AnalyticsTrace parentTrace) Future<void>
override
initPlugins(AnalyticsTrace parentTrace) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited