defaultGetPathFunction static method

String defaultGetPathFunction(
  1. Locale locale
)

The default get path function.

Implementation

static String defaultGetPathFunction(Locale locale) => 'assets/languages/${locale.languageCode}.json';