menu
s_packages package
documentation
universal_html/prefer_universal/html.dart
BudgetService
getCost method
getCost method
dark_mode
light_mode
getCost
method
Future
<
double
>
getCost
(
String
operation
)
Implementation
Future<double> getCost(String operation) => Future<double>.value(0);
s_packages package
documentation
universal_html/prefer_universal/html
BudgetService
getCost method
BudgetService class