updateIsNewLink method

void updateIsNewLink(
  1. bool val
)

Implementation

void updateIsNewLink(bool val) => emit(state.copyWith(isNewLink: val));