menu
Dart
dart:html
Navigator
getVRDisplays method
getVRDisplays
brightness_4
brightness_5
description
getVRDisplays
method
Future
getVRDisplays
(
)
Implementation
Future getVRDisplays() => promiseToFuture(JS("creates:VRDisplay;", "#.getVRDisplays()", this));
Dart
dart:html
Navigator
getVRDisplays method
Navigator class