setupSMS method
Implementation
void setupSMS(bool openCountryList) {
Map info = {_ssdkOpen_countryList: openCountryList};
platformsInfo[ShareSDKPlatforms.sms.id] = info;
}
void setupSMS(bool openCountryList) {
Map info = {_ssdkOpen_countryList: openCountryList};
platformsInfo[ShareSDKPlatforms.sms.id] = info;
}