Skip to content

Commit

Permalink
will solve issue aissat#394
Browse files Browse the repository at this point in the history
  • Loading branch information
ali bakhtiyari committed Jul 19, 2021
1 parent 27d61bc commit 941de36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/easy_localization_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class EasyLocalization extends StatefulWidget {
/// so that savedLocale is loaded and used from the
/// start.
static Future<void> ensureInitialized() async =>
EasyLocalizationController.initEasyLocation();
await EasyLocalizationController.initEasyLocation();

/// Customizable logger
static EasyLogger logger = EasyLogger(name: '🌎 Easy Localization');
Expand Down

0 comments on commit 941de36

Please sign in to comment.