ps method

String ps(
  1. BuildContext context
)

The label for Palestine (State of).

Implementation

String ps(BuildContext context) {
  return AuthenticatorLocalizations.countriesOf(context).ps;
}