bindTAThirdPlatform method
绑定数数账号
当前用户的数数账户 ID (#account_id) 当前用户的数数访客 ID (#distinct_id)Implementation
Future<void> bindTAThirdPlatform(String taAccountId, String taDistinctId) {
throw UnimplementedError(
'bindTAThirdPlatform() has not been implemented.',
);
}