locale method

Future<bool?> locale()

本地化设置 Open Android settings in Locale section. returns operation successful or failure.

Implementation

Future<bool?> locale() {
  return postMessage<bool?>(action: 'android.settings.LOCALE_SETTINGS');
}