detUser method

void detUser(
  1. RTCUser user
)

Implementation

void detUser(RTCUser user) {
  this.user = user;
}