getImage method

NetworkImage? getImage(
  1. String asin
)

Implementation

NetworkImage? getImage(String asin) {
  return _holder[asin];
}