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