MethodChannelArxHeadsetPlugin class

An implementation of ArxHeadsetPluginPlatform that uses method channels.

Inheritance

Properties

bitmapChannel EventChannel
final
disconnectedChannel EventChannel
final
eventChannel EventChannel
final
hashCode int
The hash code for this object.
no setterinherited
imuChannel EventChannel
final
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
resolutionChannel EventChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toastChannel EventChannel
final

Methods

disconnectedStream() Stream<String>
override
getBitmapStream() Stream
override
getImuDataStream() Stream<String>
override
getListOfResolutions() Stream<String>
override
getPermissionDeniedEvent() Stream<String>
override
getPlatformVersion() Future<String?>
override
getUpdateViaMessage() Stream<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