setImage method

void setImage(
  1. dynamic value
)

Implementation

void setImage(dynamic value) {
  onNotifyWithCallback(() => image = value);
}