setAccountId static method

void setAccountId(
  1. String? id
)

Implementation

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