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