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