kApplicationRessourceFile property
This is the location of the application config file.
Implementation
static final String kApplicationRessourceFile =
'resources${kIsWeb ? '/' : Platform.pathSeparator}config${kIsWeb ? '/' : Platform.pathSeparator}application.yaml';