deleteProduct method

Future<Map> deleteProduct(
  1. String token,
  2. String productId
)

Implementation

Future<Map> deleteProduct(String token, String productId) {
  throw UnimplementedError("Delete Product has not been implemented");
}