getPrivateUrl method

String? getPrivateUrl()

Implementation

String? getPrivateUrl() {
  return getPrivateUrlForUid(uid);
}