setStatus method

void setStatus(
  1. RemoteStatus? status
)

Implementation

void setStatus(RemoteStatus? status) {
  this.status = status;
}