setAppsFlyerId static method

void setAppsFlyerId(
  1. String? id
)

Implementation

static void setAppsFlyerId(String? id) {
  _pigeon.setAppsFlyerId(id);
}