Dart
dart:html
NavigationPreloadManager
getState method
getState
NavigationPreloadManager class
Properties
hashCode
runtimeType
Methods
disable
enable
getState
noSuchMethod
toString
Operators
operator ==
getState method
Future
<
Map
<
String
,
dynamic
>
>
getState
(
)
Implementation
Future<Map<String, dynamic>> getState() => promiseToFutureAsMap(JS("", "#.getState()", this));