Future<List<VRDisplay>> getVRDisplays() => promiseToFuture<List<VRDisplay>>( JS("creates:VRDisplay;", "#.getVRDisplays()", this));