menu
Dart
dart:html
StorageManager
estimate method
estimate
dark_mode
light_mode
description
estimate
method
Future
<
Map
<
String
,
dynamic
>
?
>
estimate
(
)
Implementation
Future<Map<String, dynamic>?> estimate() => promiseToFutureAsMap(JS("", "#.estimate()", this));
Dart
dart:html
StorageManager
estimate method
StorageManager class
Cookies management controls