VRDevice class
- Inheritance
- Object
- EventTarget
- VRDevice
- Annotations
- @Native.new("VRDevice")
Properties
- deviceName→String?
- no setter
- hashCode→int
- The hash code for this object.no setterinherited
- isExternal→bool?
- no setter
- on→Events
- This is an ease-of-use accessor for event streams which should only beused when an explicit accessor is not available.no setterinherited
- runtimeType→Type
- A representation of the runtime type of the object.no setterinherited
Methods
- addEventListener(
Stringtype,EventListener?listener, [bool?useCapture])→ void - inherited
- dispatchEvent(
Eventevent)→bool - inherited
- noSuchMethod(
Invocationinvocation)→ dynamic - Invoked when a nonexistent method or property is accessed.inherited
- removeEventListener(
Stringtype,EventListener?listener, [bool?useCapture])→ void - inherited
- requestSession(
[Map?options])→Future - supportsSession(
[Map?options])→Future - toString(
)→String - A string representation of this object.inherited
Operators
- operator ==(
Objectother)→bool - The equality operator.inherited