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