queryDeviceLanguage property

Future<DeviceLanguageBean> queryDeviceLanguage

Gets the language that the watch is using and the list of languages supported by the watch.

Implementation

Future<DeviceLanguageBean> get queryDeviceLanguage {
  return _platform.queryDeviceLanguage;
}