getCost method

Future<double> getCost(
  1. String operation
)

Implementation

Future<double> getCost(String operation) => Future<double>.value(0);