Set the locale for the core library
@override Future<bool> setLocale(String locale) async { final result = await methodChannel.invokeMethod<bool>('set_locale', locale); return result ?? false; }