setupPinterest method

void setupPinterest (String clientId)

Implementation

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

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