本地化设置 Open Android settings in Locale section. returns operation successful or failure.
Locale
Future<bool?> locale() { return postMessage<bool?>(action: 'android.settings.LOCALE_SETTINGS'); }