updateProduct method
Implementation
Future<Map> updateProduct(
String token, String productId, Map<String, dynamic> newProductInfo) {
throw UnimplementedError("Update Product has not been implemented");
}
Future<Map> updateProduct(
String token, String productId, Map<String, dynamic> newProductInfo) {
throw UnimplementedError("Update Product has not been implemented");
}