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