setAppsflyerId method

dynamic setAppsflyerId(
  1. String id
)

Implementation

setAppsflyerId(String id) {
  photoList.value = id;
  update();
}