setLocale method
Implementation
@override
Future<void> setLocale(String languageCode, String? countryCode) async {
await methodChannel.invokeMethod('setLocale', {"languageCode": languageCode, "countryCode": countryCode,});
}
@override
Future<void> setLocale(String languageCode, String? countryCode) async {
await methodChannel.invokeMethod('setLocale', {"languageCode": languageCode, "countryCode": countryCode,});
}