getProduct method

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

Implementation

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