MethodChannelArxHeadsetPlugin class
An implementation of ArxHeadsetPluginPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- ArxHeadsetPluginPlatform
- MethodChannelArxHeadsetPlugin
Constructors
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> -
override
-
getArxButton(
) → Stream< HeadsetButton> -
override
-
getBitmapStream(
) → Stream -
override
-
getCallbackEvents(
) → Stream< CallbackEvent> -
override
-
getImuDataStream(
) → Stream< ImuData> -
override
-
getListOfResolutions(
) → Stream< String> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
launchPermissionUi(
) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startArxHeadSet(
) → void -
override
-
stopArxHeadset(
) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited