logResponse function

dynamic logResponse(
  1. String str
)

Implementation

logResponse(String str) {
  if (ShopifyAPI.instance.debugMode == true) {
    log(str);
  }
}