setupWework method

void setupWework(
  1. String schema,
  2. String appKey,
  3. String agentId,
  4. String appSecret,
)

Implementation

void setupWework(
    String schema, String appKey, String agentId, String appSecret) {
  Map info = {
    _ssdkAppkey: schema,
    _ssdkCorp_id: appKey,
    _ssdkAgent_id: agentId,
    _ssdkAppSecret: appSecret
  };

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