setLocale static method
Implementation
static void setLocale(String locale) {
_channel.invokeMethod('setLocale', <String, dynamic>{
'locale': locale,
});
}
static void setLocale(String locale) {
_channel.invokeMethod('setLocale', <String, dynamic>{
'locale': locale,
});
}