VyuhPlatform class abstract

Implementers
Available Extensions

Constructors

VyuhPlatform({required FeaturesBuilder featuresBuilder, required List<Plugin> plugins, required PlatformWidgetBuilder widgetBuilder})

Properties

features List<FeatureDescriptor>
no setter
featuresBuilder FeaturesBuilder
final
hashCode int
The hash code for this object.
no setterinherited
plugins List<Plugin>
final
rootNavigatorKey GlobalKey<NavigatorState>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tracker SystemInitTracker
no setter
widgetBuilder PlatformWidgetBuilder
final

Methods

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

Operators

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