setupPinterest method

void setupPinterest(
  1. String clientId
)

Implementation

void setupPinterest(String clientId) {
	Map info = {
		_ssdkClientId: clientId,
	};

	platformsInfo[ShareSDKPlatforms.pinterest.id] = info;
}