ArxHeadsetPluginPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- ArxHeadsetPluginPlatform
- Implementers
Constructors
- ArxHeadsetPluginPlatform()
- Constructs a ArxHeadsetPluginPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
disconnectedStream(
) → Stream< String> -
getArxButton(
) → Stream< HeadsetButton> -
getBitmapStream(
) → Stream -
getCallbackEvents(
) → Stream< CallbackEvent> -
getImuDataStream(
) → Stream< ImuData> -
getListOfResolutions(
) → Stream< String> -
getPlatformVersion(
) → Future< String?> -
launchPermissionUi(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startArxHeadSet(
) → void -
stopArxHeadset(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ ArxHeadsetPluginPlatform
-
The default instance of ArxHeadsetPluginPlatform to use.
getter/setter pair