setInfo method

void setInfo(
  1. AppInfo info
)

Implementation

void setInfo(AppInfo info) {
  this.info = info;
}