addFullImage method

void addFullImage(
  1. String fullUrl
)

Implementation

void addFullImage(String fullUrl) {
  _addImage('full', url);
}