VuiPluginPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- VuiPluginPlatform
- Implementers
Constructors
- VuiPluginPlatform()
- Constructs a VuiPluginPlatform.
Properties
Methods
-
getAvailableCommands(
) → Future< List< String> > - Get available voice commands for current screen
-
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCurrentScreen(
String screenName) → Future< void> - Set the current screen context for context-aware commands
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ VuiPluginPlatform
-
The default instance of VuiPluginPlatform to use.
getter/setter pair