bindTAThirdPlatform method

Future<void> bindTAThirdPlatform(
  1. String taAccountId,
  2. String taDistinctId
)

绑定数数账号

当前用户的数数账户 ID (#account_id) 当前用户的数数访客 ID (#distinct_id)

Implementation

Future<void> bindTAThirdPlatform(String taAccountId, String taDistinctId) {
  throw UnimplementedError(
    'bindTAThirdPlatform() has not been implemented.',
  );
}