setupGooglePlus method

void setupGooglePlus (String clientId, String clientSecret, String redirectUrl)

Implementation

void setupGooglePlus(String clientId, String clientSecret, String redirectUrl)
{
  Map info = {
    _ssdkClientId:clientId,
    _ssdkClientSecret:clientSecret,
    _ssdkRedirectUrl:redirectUrl
  };
  platformsInfo[ShareSDKPlatforms.googlePlus.id] = info;
}