setCurrentDeviceLanguage method

void setCurrentDeviceLanguage(
  1. String language
)

Sets the current device language.

Implementation

void setCurrentDeviceLanguage(String language) async {
  _methodChannel.invokeMethod("setCurrentDeviceLanguage", language);
}