@override Future<void> setLocalization(Locale locale) { return methodChannel .invokeMethod('setLocalization', {'lang': locale.toStringValue()}); }