selectOrganizationText method

  1. @override
String selectOrganizationText(
  1. String orgTypeText
)
override

No description provided for @selectOrganizationText.

In en, this message translates to: 'Select the {orgTypeText}organization you own or administer to update, or select to create a new organization.'

Implementation

@override
String selectOrganizationText(String orgTypeText) {
  return 'Select the ${orgTypeText}organization you own or administer to update, or select **<CREATE>** to create a new organization.';
}