setupSMS method

void setupSMS(
  1. bool openCountryList
)

Implementation

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