setupGooglePlus method

void setupGooglePlus(
  1. String clientId,
  2. String clientSecret,
  3. String redirectUrl
)

Implementation

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