setAppsflyerId method

dynamic setAppsflyerId(
  1. String id
)

Implementation

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