ag method

String ag(
  1. BuildContext context
)

The label for Antigua and Barbuda.

Implementation

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