resetLocale method

Future<void> resetLocale()

Reset locale to platform locale

Implementation

Future<void> resetLocale() => EasyLocalization.of(this)!.resetLocale();