refresh method

void refresh(
  1. String imageUrl
)

Implementation

void refresh(String imageUrl) {
  setState(() {
    this.imageUrl = imageUrl;
  });
}