getCurrentLoginUser method

String getCurrentLoginUser()

Implementation

String getCurrentLoginUser() {
  return _config.userId;
}