setAccountId method

void setAccountId(
  1. String accountId
)

Implementation

void setAccountId(String accountId) {
  throw UnimplementedError('setAccountId() has not been implemented.');
}