getUser method

RTCUser? getUser()

Implementation

RTCUser? getUser() {
  return user;
}