getPrice abstract method

Future<double?> getPrice(
  1. String key
)

Implementation

Future<double?> getPrice(String key);