AsyncTranslationLoader constructor

AsyncTranslationLoader(
  1. TranslationLoader loader
)

Creates a non-blocking TranslationLoader instance that that will load the translations asynchronously and apply them back to the Translator when complete.

Implementation

AsyncTranslationLoader(
  this.loader,
);