setLink method

void setLink(
  1. String link
)

Implementation

void setLink(String link) => state = state.copyWith(link: link);