enableThirdPartySharing static method

Future<void> enableThirdPartySharing(
  1. int type
)

透传 dt_id 至三方归因平台

  • type 归因平台:
    • ADJUST: 1

Implementation

static Future<void> enableThirdPartySharing(int type) {
  return _pigeon.enableThirdPartySharing(type);
}