getCurrentUser static method

TPUser? getCurrentUser()

Implementation

static TPUser? getCurrentUser() {
  return _mUser;
}