Dart
dart:html
VRDisplay
exitPresent method
description
exitPresent method
Future
exitPresent
(
)
Implementation
Future exitPresent() => promiseToFuture(JS(
""
,
"#.exitPresent()"
,
this
));