@override Future<void> setLocalizationValue(String locale) async { await methodChannel.invokeMethod( 'setLocalization', {'lang': locale}, ); }