getUserId method

String getUserId()

Implementation

String getUserId() {
  return getStringOr(config.uidKey, '');
}