updatePrice method

Future<Map> updatePrice(
  1. String token,
  2. String priceId,
  3. Map<String, dynamic> priceInfo
)

Implementation

Future<Map> updatePrice(
    String token, String priceId, Map<String, dynamic> priceInfo) {
  throw UnimplementedError("Update Price has not been implemented");
}