setLocale static method
Implementation
static void setLocale(String locale) {
try {
plotlineChannel.invokeMethod('setLocale', <String, dynamic>{
'locale': locale,
});
} catch (e) {
plotlineDebugLog("Error in setLocale: $e");
}
}