localeKeysGeneratorBuilder function

Builder localeKeysGeneratorBuilder(
  1. BuilderOptions options
)

Implementation

Builder localeKeysGeneratorBuilder(BuilderOptions options) {
  return ConstantKeysGenerator.fromConfig();
}