Dart
dart:html
StorageManager
estimate method
description
estimate method
Future
<
Map
<
String
,
dynamic
>
>
estimate
(
)
Implementation
Future<
Map
<
String
,
dynamic
>> estimate() => promiseToFutureAsMap(JS(
""
,
"#.estimate()"
,
this
));