getOrganizationId method

String? getOrganizationId()

Gets the organization ID.

Returns the organization ID as a String.

Implementation

String? getOrganizationId() {
  return organizationId;
}