registerAppId method

dynamic registerAppId(
  1. AppId appId
)

Implementation

registerAppId(AppId appId) {
  this.appId = appId;
}